home *** CD-ROM | disk | FTP | other *** search
- Path: isonews.bbn.hp.com!hpbblb!news
- From: Matthias Dittrich <matti>
- Newsgroups: comp.lang.c++
- Subject: Re: Help Please!!!
- Date: 5 Mar 1996 07:56:03 GMT
- Organization: Hewlett-Packard Co.
- Message-ID: <4hgs2j$48h@hpbblb.bbn.hp.com>
- References: <96061.113904IO92118@MAINE.MAINE.EDU>
- NNTP-Posting-Host: trabant.bbn.hp.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.07 9000/712)
- X-URL: news:96061.113904IO92118@MAINE.MAINE.EDU
-
- <IO92118@MAINE.MAINE.EDU> wrote:
- >
- >I try to open do the window programming.
- >
- >My program is like this:
- >
- >#include <owl.h>
- >...
- >
- >complier tell me can't open owl.h file.
- >
- >What does this mean?
- >
- >I found owl is in the path n:\bc45\include\owlcvt\owl.h
- >
- Give your compiler the option:
- -I n:\bc45\include\owlcvt
- This means to search for include files in this path.
-
- Good luck,
- Matthias
-
-